Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / BaseList<T> Class / SetItem Method
The zero-based index of the item.
The object to set.

In This Topic
    SetItem Method (BaseList<T>)
    In This Topic
    Overrides default behavior of Collection. Prevents from adding items non-existent in the parent collection.
    Syntax
    'Declaration
     
    Protected Overrides Sub SetItem( _
       ByVal index As System.Integer, _
       ByVal item As T _
    ) 
    protected override void SetItem( 
       System.int index,
       T item
    )

    Parameters

    index
    The zero-based index of the item.
    item
    The object to set.
    See Also